Crate server_fn_macro

source ·
Expand description

Implementation of the server_fn macro.

This crate contains the implementation of the server_fn macro. server_macro_impl can be used to implement custom versions of the macro for different frameworks that allow users to pass a custom context from the server to the server function.

Functions§